Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

Node Location Flag

The locationFlags field in the node location atom structure (link) indicates the location of the node data relative to the file containing the node location atom. You can use this constant to specify a node location:

enum {
    kQTVRSameFile                               = 0
};

Constant description

kQTVRSameFile
The node is to be found in the current file.

© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |